home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / njfin112.arc / NJFINDD < prev   
Text File  |  1990-03-01  |  311b  |  16 lines

  1. #
  2. # Nifty James' Famous File Find Utility
  3. #
  4. # Version 1.00 of 30 September 1989
  5. # (C) Copyright 1989 by Mike Blaszczak
  6. # All Rights Reserved.
  7. #
  8. # MAKEFILE for Debugging Version
  9. #
  10.  
  11. njfind.obj:    njfind.c
  12.     cl /W3 /Zi /c njfind.c
  13.  
  14. njfind.exe:    njfind.obj
  15.     link njfind /noi /noe /codeview /stack:4800;
  16.